-- background: 33019 from stack: in -- bmap block id: 48301 -- flags: 0000 -- background id: 0 -- name: ----- HyperTalk script ----- on openBackground push recent card end openBackground -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=225 top=311 right=336 bottom=252 -- title width / last selected line: 0 -- icon id / first selected line: 15420 / 15420 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp visual effect wipe right go to prev card end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=259 top=311 right=336 bottom=287 -- title width / last selected line: 0 -- icon id / first selected line: 16560 / 16560 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp visual effect wipe left go to next card end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=463 top=311 right=336 bottom=494 -- title width / last selected line: 0 -- icon id / first selected line: 6720 / 6720 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect iris close pop card end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=13 top=21 right=55 bottom=52 -- title width / last selected line: 0 -- icon id / first selected line: 20098 / 20098 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Hjem ----- HyperTalk script ----- on mouseUp visual effect iris close go "Home" end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=59 top=25 right=50 bottom=87 -- title width / last selected line: 0 -- icon id / first selected line: 20965 / 20965 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: opgaver ----- HyperTalk script ----- on mouseUp go to card "Opgaver1" of "Kalender" end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=99 top=26 right=51 bottom=127 -- title width / last selected line: 0 -- icon id / first selected line: 21209 / 21209 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Kalender ----- HyperTalk script ----- on mouseUp set lockscreen to true go to "Kalender" goWeekly the seconds end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=133 top=22 right=53 bottom=169 -- title width / last selected line: 0 -- icon id / first selected line: 30696 / 30696 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Telefon ----- HyperTalk script ----- on mouseUp get the selection if it is empty then get the message if it is empty then ask "Ring til hvilket nummer?" if it is not empty then dial it end if end mouseUp